home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 March / GSSH0304CD5.iso / Treiber / Sound / Terratec / Dmx6 / DMX6fireLT_App_Drv_WDM_5.40.exe / WDM Driver 5.40 / MXR6Fire.inf < prev   
Windows Setup INFormation  |  2003-08-22  |  17KB  |  475 lines

  1. ;===============================================================
  2. ; TerraTec DMX 6fire 24/96
  3. ; Driver Install Script for WDM 
  4. ;---------------------------------------------------------------
  5. ; Copyright: (c) 2001, TerraTec Electronic GmbH
  6. ;
  7. ; History:
  8. ;    09-Jul-2003 (CL)  - Added Sensaura-Filter install
  9. ;    26-Apr-2002 (CL)  - Renamed Driver -> dmx6fire.sys
  10. ;   05-Feb-2002 (CL)  - Renamed MWPC - Midi devices
  11. ;   21-Oct-2001 (FMB) - Initial version
  12. ;===============================================================
  13.  
  14.  
  15. [Version]
  16. Signature=$CHICAGO$
  17. Class=MEDIA
  18. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  19. Provider=%Provider%
  20. ;;The following line is used only when the INF comes with the Windows system
  21. ;;IHV needs to comment out the following line for their OEM redistributed disk.
  22. ;;LayoutFile=layout.inf, layout1.inf, layout2.inf
  23.  
  24. DriverVer =08/11/2003,5.40.3.130
  25.  
  26.  
  27. [DestinationDirs]
  28. EWS.SystemCopyList=10,system32\drivers
  29. EWS_NTSYS.DelFiles=10,system32\drivers
  30. EWS_NTDLL.DelFiles=10,system32
  31. EWS_ASIO.DelFiles=10
  32. sensaura.CopyList=10,system
  33. ASIO.CopyList=11
  34. Audio3D.CopyList=11
  35. EWS_VXD.DelFiles=11
  36. ; C.L. very strange behaviour when we set DefaultDestDir=10 (Sensaura doesn't work)
  37. DefaultDestDir=12
  38.  
  39. [Manufacturer]
  40. %Manufacturer%=TerraTec
  41.  
  42. [TerraTec]
  43. %DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1138153B
  44.  
  45. ;%DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1138153B&REV_02
  46. ;FMB TEST: allow 88MT to load this driver
  47. ;%DeviceName_TTP7%=TTP7.Device,PCI\VEN_1412&DEV_1712&SUBSYS_1115153B
  48.  
  49.  
  50.  
  51. ;=============================================================================
  52. ;    Windows 9x & ME Install
  53. ;=============================================================================
  54.  
  55. [TTP7.Device]
  56. AlsoInstall=ks.registration(ks.inf),wdmaudio.registration(wdmaudio.inf)
  57. CopyFiles=EWS.SystemCopyList, ASIO.CopyList,Audio3D.CopyList,sensaura.CopyList
  58. DelFiles=EWS_NTSYS.DelFiles,EWS_NTDLL.DelFiles,EWS_VXD.DelFiles,EWS_ASIO.DelFiles
  59. AddReg=TTP7.AddReg, TTP7.ASIO.AddReg,Audio3D.AddReg, guids.AddReg, SensauraConfiguration.AddReg
  60. DelReg=TTP7.ASIO.DelReg
  61.  
  62. [TTP7.Device.HW]
  63. AddReg=Sensaura.AddReg
  64.  
  65. ;-------------------------------------------------------------------------------
  66.  
  67.  
  68. [TTP7.Device.Interfaces]
  69. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  70. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  71. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  72.  
  73. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  74. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  75. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  76.  
  77. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  78. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  79. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  80.  
  81. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  82. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  83. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  84.  
  85. ; MIDI-2 only available on WaveTable or MWPC extension
  86. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  87. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  88. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  89.  
  90. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  91. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  92. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  93.  
  94. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_TopoMT%,TTP7.Interface.TopoMT
  95.  
  96.  
  97.  
  98.  
  99.  
  100. ;=============================================================================
  101. ;    Windows 2000 Install
  102. ;=============================================================================
  103.  
  104. [TTP7.Device.NT]
  105. Include=ks.inf, wdmaudio.inf
  106. Needs=KS.Registration, WDMAUDIO.Registration.NT
  107. CopyFiles=EWS.SystemCopyList, ASIO.CopyList,Audio3D.CopyList,sensaura.CopyList
  108. DelFiles=EWS_NTSYS.DelFiles,EWS_NTDLL.DelFiles,EWS_VXD.DelFiles,EWS_ASIO.DelFiles
  109. AddReg=TTP7.AddReg, TTP7.ASIO.AddReg,Audio3D.AddReg, guids.AddReg, SensauraConfiguration.AddReg
  110. DelReg=TTP7.ASIO.DelReg
  111.  
  112. [TTP7.Device.NT.HW]
  113. AddReg=Sensaura.AddReg.NT
  114.  
  115. [TTP7.Device.NT.Services]
  116. AddService = dmxfire, 0x00000002, dmx_Service_Inst
  117. AddService = dmxsens, 0x00000000, Sensaura_Service_Inst
  118.  
  119. ;-------------------------------------------------------------------------------
  120.  
  121.  
  122. [dmx_Service_Inst]
  123. DisplayName    = %dmxfire.SvcDesc%
  124. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  125. StartType      = 3                  ; SERVICE_SYSTEM_START
  126. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  127. ServiceBinary  = %10%\system32\drivers\dmx6fire.sys
  128.  
  129. [Sensaura_Service_Inst]
  130. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  131. StartType      = 3                  ; SERVICE_SYSTEM_START
  132. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  133. ServiceBinary  = %10%\system32\drivers\dmxsens.sys
  134.  
  135. ;-------------------------------------------------------------------------------
  136.  
  137. [TTP7.Device.NT.Interfaces]
  138. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  139. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  140. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_WaveMT_12%,TTP7.Interface.WaveAnalog
  141.  
  142. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  143. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  144. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_SPDIF%,TTP7.Interface.SPDIF
  145.  
  146. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  147. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  148. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi1%,TTP7.Interface.Midi1
  149.  
  150. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  151. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  152. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC1%,TTP7.Interface.MWPC1
  153.  
  154. ; MIDI-2 only available on WaveTable or MWPC extension
  155. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  156. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  157. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_Midi2%,TTP7.Interface.Midi2
  158.  
  159. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  160. AddInterface=%KSCATEGORY_RENDER%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  161. AddInterface=%KSCATEGORY_CAPTURE%,%KSNAME_MWPC2%,TTP7.Interface.MWPC2
  162.  
  163. AddInterface=%KSCATEGORY_AUDIO%,%KSNAME_TopoMT%,TTP7.Interface.TopoMT
  164.  
  165.  
  166.  
  167. ;=============================================================================
  168. ;    TTP7 Interfaces 
  169. ;=============================================================================
  170.  
  171.  
  172. [TTP7.Interface.WaveAnalog]
  173. AddReg=TTP7.Interface.WaveAN.AddReg
  174.  
  175. [TTP7.Interface.SPDIF]
  176. AddReg=TTP7.Interface.SPDIF.AddReg
  177.  
  178. [TTP7.Interface.Midi1]
  179. AddReg=TTP7.Interface.Midi1.AddReg
  180.  
  181. [TTP7.Interface.Midi2]
  182. AddReg=TTP7.Interface.Midi2.AddReg
  183.  
  184. [TTP7.Interface.MWPC1]
  185. AddReg=TTP7.Interface.MWPC1.AddReg
  186.  
  187. [TTP7.Interface.MWPC2]
  188. AddReg=TTP7.Interface.MWPC2.AddReg
  189.  
  190. [TTP7.Interface.TopoMT]
  191. AddReg=TTP7.Interface.ToMT.AddReg
  192.  
  193.  
  194. ;---------------------------------------------------------
  195. ; Friendly Names for TTP7 devices
  196. ; Nasty, AddReg Section Name must not exceed xx Characters 
  197. ;---------------------------------------------------------
  198. [TTP7.Interface.WaveAN.AddReg]
  199. HKR,,FriendlyName,,"DMX 6fire Wave"
  200. HKR,,CLSID,,%Proxy.CLSID%
  201.  
  202. [TTP7.Interface.SPDIF.AddReg]
  203. HKR,,FriendlyName,,"DMX 6fire Wave S/PDIF"
  204. HKR,,CLSID,,%Proxy.CLSID%
  205.  
  206. [TTP7.Interface.Midi1.AddReg]
  207. HKR,,FriendlyName,,"DMX 6fire MIDI"
  208. HKR,,CLSID,,%Proxy.CLSID%
  209.  
  210. [TTP7.Interface.Midi2.AddReg]
  211. HKR,,FriendlyName,,"DMX 6Fire WaveTable"
  212. HKR,,CLSID,,%Proxy.CLSID%
  213.  
  214. [TTP7.Interface.MWPC1.AddReg]
  215. HKR,,FriendlyName,,"MWPC Midi-1"
  216. HKR,,CLSID,,%Proxy.CLSID%
  217.  
  218. [TTP7.Interface.MWPC2.AddReg]
  219. HKR,,FriendlyName,,"MWPC Midi-2"
  220. HKR,,CLSID,,%Proxy.CLSID%
  221.  
  222. [TTP7.Interface.ToMT.AddReg]
  223. HKR,,FriendlyName,,"DMX 6fire Virt. Mix"
  224. HKR,,CLSID,,%Proxy.CLSID%
  225.  
  226. ;=============================================================================
  227. ; AddReg
  228. ;=============================================================================
  229.  
  230. [TTP7.AddReg]
  231. HKR,,AssociatedFilters,,"wdmaud"
  232. HKR,,Driver,,dmx6fire.sys
  233. HKR,,NTMPDriver,,"dmx6fire.sys"
  234. HKR,Drivers,SubClasses,,"wave,midi,mixer"
  235.  
  236. HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
  237. HKR,Drivers\wave\wdmaud.drv,Description,,"DMX 6fire Wave"
  238.  
  239. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  240. HKR,Drivers\mixer\wdmaud.drv,Description,,"DMX 6fire Mixer"
  241.  
  242. HKR,Drivers\midi\wdmaud.drv,Driver,,wdmaud.drv
  243. HKR,Drivers\midi\wdmaud.drv,Description,,"DMX 6fire MIDI"
  244.  
  245. HKR,Settings\EWS HD Config\DMX 6fire\,MXRExtension,0x10001, 1 
  246.  
  247. ;-------------------------------------------------------------------------------
  248. ;    Sensaura Filter
  249. ;-------------------------------------------------------------------------------
  250.  
  251. [Sensaura.AddReg]
  252. HKR,,UpperFilters,0x00010000,dmxsens.sys
  253.  
  254. [Sensaura.AddReg.NT]
  255. HKR,,UpperFilters,0x00010000,"dmxsens"
  256.  
  257. [SensauraConfiguration.AddReg]
  258. HKR,Sensaura\Configuration,RenderFactory,0,%KSNAME_WaveMT_12%
  259. HKR,Sensaura\Configuration,TopologyFactory,0,%KSNAME_TopoMT%
  260. HKR,Sensaura\Configuration,ForwardSpeakerConfiguration,0x00010001,1
  261. HKR,Sensaura\Configuration,IgnoreDSSpeakerConfiguration,0x00010001,0
  262.  
  263.  
  264.  
  265. ;-------------------------------------------------------------------------------
  266. ;    ASIO Install
  267. ;-------------------------------------------------------------------------------
  268. [TTP7.ASIO.AddReg]
  269. ;HKLM,SOFTWARE\ASIO\%ASIO_EWS88NAME%,"CLSID",,%ASIO_EWS88IID%
  270. HKLM,SOFTWARE\ASIO\%ASIO_TTP7NAME%,"CLSID",,%ASIO_TTP7IID%
  271. HKLM,SOFTWARE\ASIO\%ASIO_TTP7NAME%,"Description",,%ASIO_TTP7NAME%
  272. HKCR,CLSID\%ASIO_TTP7IID%,,,%ASIO_TTP7NAME%
  273. HKCR,CLSID\%ASIO_TTP7IID%\InProcServer32,,,"%11%\Asio88mt.dll"
  274. HKCR,CLSID\%ASIO_TTP7IID%\InProcServer32,ThreadingModel,,"Apartment"
  275.  
  276. [TTP7.ASIO.DelReg]
  277. ; FMB NOTE: no VxD driver available yet
  278.  
  279. ;-------------------------------------------------------------------------------
  280. ;    Sensaura Install
  281. ;-------------------------------------------------------------------------------
  282.  
  283. [Audio3D.AddReg]
  284. HKCR,Audio3D,,0,Audio3DObject
  285. HKCR,Audio3D\CLSID,,0,%Audio3D_CLSID%
  286. HKCR,CLSID\%Audio3D_CLSID%,,0,Audio3DObject
  287. HKCR,CLSID\%Audio3D_CLSID%\InProcServer32,,0,Audio3D.dll
  288. HKCR,CLSID\%Audio3D_CLSID%\InProcServer32,ThreadingModel,0,Apartment
  289.  
  290.  
  291. ;=============================================================================
  292. ; Copy/DelFiles
  293. ;=============================================================================
  294.  
  295. [EWS.SystemCopyList]
  296. dmx6fire.sys,,
  297. dmxsens.sys
  298.  
  299. [ASIO.CopyList]
  300. Asio88mt.dll
  301.  
  302.  
  303. [EWS_NTSYS.DelFiles]
  304. ice1712k.sys,,,1
  305.  
  306. [EWS_NTDLL.DelFiles]
  307. ews88con.dll,,,1
  308.  
  309. [EWS_VXD.DelFiles]
  310. ice.vxd,,,1
  311. ice_wod6.drv,,,1
  312. ice_wod5.drv,,,1
  313. ice_wod4.drv,,,1
  314. ice_wod3.drv,,,1
  315. ice_wod2.drv,,,1
  316. ice_wod1.drv,,,1
  317. ice_wod0.drv,,,1
  318. ice_comm.dll,,,1
  319. ice_mpu.drv,,,1
  320. ttewssys.drv,,,1
  321.  
  322. [EWS_ASIO.DelFiles]
  323. iceasio.dll,,,1
  324.  
  325.  
  326. [sensaura.CopyList]
  327. crlds3d.dll
  328.  
  329. [Audio3D.CopyList]
  330. a3d.dll,Audio3D.dll,,4
  331. Audio3D.dll
  332.  
  333.  
  334.  
  335.  
  336. [SourceDisksNames]
  337. 1=%DiskName%,,
  338.  
  339. [SourceDisksFiles]
  340. dmx6fire.sys=1
  341. Asio88Mt.dll=1
  342. Audio3D.dll=1
  343. CrlDs3D.dll=1
  344.  
  345. [guids.AddReg]
  346. HKLM,%MediaCategories%\%TTGuid.Front%,Name,,%TTNode.Front%
  347. HKLM,%MediaCategories%\%TTGuid.Front%,Display,1,00,00,00,00
  348. HKLM,%MediaCategories%\%TTGuid.Master%,Name,,%TTNode.Master%
  349. HKLM,%MediaCategories%\%TTGuid.Master%,Display,1,00,00,00,00
  350. HKLM,%MediaCategories%\%TTGuid.FrontVolume%,Name,,%TTNode.FrontVolume%
  351. HKLM,%MediaCategories%\%TTGuid.FrontVolume%,Display,1,00,00,00,00
  352. HKLM,%MediaCategories%\%TTGuid.FrontMute%,Name,,%TTNode.FrontMute%
  353. HKLM,%MediaCategories%\%TTGuid.FrontMute%,Display,1,00,00,00,00
  354. HKLM,%MediaCategories%\%TTGuid.Rear%,Name,,%TTNode.Rear%
  355. HKLM,%MediaCategories%\%TTGuid.Rear%,Display,1,00,00,00,00
  356. HKLM,%MediaCategories%\%TTGuid.RearVolume%,Name,,%TTNode.RearVolume%
  357. HKLM,%MediaCategories%\%TTGuid.RearVolume%,Display,1,00,00,00,00
  358. HKLM,%MediaCategories%\%TTGuid.RearMute%,Name,,%TTNode.RearMute%
  359. HKLM,%MediaCategories%\%TTGuid.RearMute%,Display,1,00,00,00,00
  360. HKLM,%MediaCategories%\%TTGuid.Center%,Name,,%TTNode.Center%
  361. HKLM,%MediaCategories%\%TTGuid.Center%,Display,1,00,00,00,00
  362. HKLM,%MediaCategories%\%TTGuid.CenterVolume%,Name,,%TTNode.CenterVolume%
  363. HKLM,%MediaCategories%\%TTGuid.CenterVolume%,Display,1,00,00,00,00
  364. HKLM,%MediaCategories%\%TTGuid.CenterMute%,Name,,%TTNode.CenterMute%
  365. HKLM,%MediaCategories%\%TTGuid.CenterMute%,Display,1,00,00,00,00
  366. HKLM,%MediaCategories%\%TTGuid.LFE%,Name,,%TTNode.LFE%
  367. HKLM,%MediaCategories%\%TTGuid.LFE%,Display,1,00,00,00,00
  368. HKLM,%MediaCategories%\%TTGuid.LFEVolume%,Name,,%TTNode.LFEVolume%
  369. HKLM,%MediaCategories%\%TTGuid.LFEVolume%,Display,1,00,00,00,00
  370. HKLM,%MediaCategories%\%TTGuid.LFEMute%,Name,,%TTNode.LFEMute%
  371. HKLM,%MediaCategories%\%TTGuid.LFEMute%,Display,1,00,00,00,00
  372.  
  373.  
  374. ;=============================================================================
  375. ;    STRINGS
  376. ;=============================================================================
  377. [Strings]
  378. ClassName="Sound, video and game controllers"
  379. Manufacturer="TerraTec "
  380. Provider="TerraTec "
  381. DiskName="TerraTec Driver CD"
  382.  
  383. DeviceNameEws88mt         = "AudioSystem EWS88 MT"
  384. DeviceName_TTP7           = "DMX 6fire 24/96"
  385. DeviceNameIce             = "Envy 24"
  386.                                                          
  387. wdmaud.SvcDesc = "WDM Audio Driver"
  388. swmidi.SvcDesc = "EWS88 WDM Midi"
  389. dmxfire.SvcDesc= "DMX6fire WDM Audio"
  390.  
  391. Proxy.CLSID        ="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  392. KSCATEGORY_AUDIO   ="{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
  393. KSCATEGORY_RENDER  ="{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
  394. KSCATEGORY_CAPTURE ="{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  395. KSCATEGORY_TOPOLOGY="{DDA54A40-1E4C-11D1-A050-405705C10000}"
  396.  
  397. ;FMB TEST: ChkInf says the following strings must be fix="WAVE"
  398. ;KSNAME_Wave="WAVE"
  399. ;This forces the Systemout to be enumerated at first
  400. KSNAME_Wave="AveSYS"
  401. KSNAME_WaveMT_12="WaveMT_12"
  402. KSNAME_WaveMT_34="WaveMT_34"
  403. KSNAME_WaveMT_56="WaveMT_56"
  404. KSNAME_WaveMT_78="WaveMT_78"
  405. KSNAME_SPDIF    ="_0SPDIF"
  406. KSNAME_DMIX     ="_1DMIX"
  407. KSNAME_WaveMT_INTLVD="WaveMT_INTLVD"
  408. KSNAME_Midi1    ="Midi1"
  409. KSNAME_Midi2    ="Midi2"
  410. KSNAME_MWPC1    ="MWPC1"
  411. KSNAME_MWPC2    ="MWPC2"
  412. KSNAME_Topology ="Topology"
  413. KSNAME_TopoMT   ="TopoMT"
  414.  
  415.  
  416. ;----------------------------------------------------------
  417. ; Guids for Custom Names
  418. ;----------------------------------------------------------
  419. TTGuid.Master          ="{3C566B60-D997-11d3-943D-0040339FD9C2}"
  420. TTGuid.Front           ="{FEFB4813-D820-11d3-943D-0040339FD9C2}"
  421. TTGuid.FrontVolume     ="{38BFD810-A288-11d3-9426-0040339FD9C2}"
  422. TTGuid.FrontMute       ="{4534F060-A288-11d3-9426-0040339FD9C2}"
  423. TTGuid.Rear            ="{5CC77870-D821-11d3-943D-0040339FD9C2}"
  424. TTGuid.RearVolume      ="{4D7644B0-A288-11d3-9426-0040339FD9C2}"
  425. TTGuid.RearMute        ="{4D7644B1-A288-11d3-9426-0040339FD9C2}"
  426. TTGuid.SPDIF           ="{307E100f-9035-11d2-99D6-00600893863B}"
  427. TTGuid.SPDIFVolume     ="{32DA4E70-D997-11d3-943D-0040339FD9C2}"
  428. TTGuid.SPDIFMute       ="{32DA4E71-D997-11d3-943D-0040339FD9C2}"
  429. TTGuid.Center          ="{5E7C8DE3-8858-47c2-A01B-7F6B677AFB02}"
  430. TTGuid.CenterVolume    ="{3A513344-F8E9-449c-A648-B5F2C949870B}"
  431. TTGuid.CenterMute      ="{5CE856F8-ECA1-43af-815F-FA8F2FA99EBD}"
  432. TTGuid.LFE             ="{74A01E0D-61F7-4378-8BB7-C26D6CF14327}"
  433. TTGuid.LFEVolume       ="{9BB84574-E6C7-42a0-ABF6-F48819EAA190}"
  434. TTGuid.LFEMute         ="{FCDEFACB-5B85-40f7-9B23-9FA84D595326}"
  435.  
  436. ;----------------------------------------------------------
  437. ; Custom Names in Windows Mixer
  438. ;----------------------------------------------------------
  439.  
  440. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  441. TTNode.Master          ="Master"
  442. TTNode.Front           ="Front"
  443. TTNode.FrontVolume     ="Front Volume"
  444. TTNode.FrontMute       ="Front Mute"
  445. TTNode.Rear            ="Surround"
  446. TTNode.RearVolume      ="Surround Volume"
  447. TTNode.RearMute        ="Surround Mute"
  448. TTNode.Center          ="Center"
  449. TTNode.CenterVolume    ="Center Volume"
  450. TTNode.CenterMute      ="Center Mute"
  451. TTNode.LFE             ="LFE"
  452. TTNode.LFEVolume       ="LFE Volume"
  453. TTNode.LFEMute         ="LFE Mute"
  454.  
  455.  
  456.  
  457. ;----------------------------------------------------------
  458. ; ASIO
  459. ;----------------------------------------------------------
  460.  
  461. ;ASIO_EWS88IID       ="{D48916ED-526A-4546-B1E4-3DC8D3DA3E0F}"
  462. ;ASIO_EWS88IID_VXD   ="{6D184901-04CA-11d4-8398-0800096F616B}"
  463.  
  464.  
  465. ASIO_TTP7IID     ="{67E7BAEE-91AB-40e0-AFC7-82CBFC09ECE4}"
  466. ASIO_TTP7NAME    ="ASIO for DMX 6fire 24/96"
  467.  
  468. ;----------------------------------------------------------
  469. ; Sensaura
  470. ;----------------------------------------------------------
  471. Sensaura="Sensaura Ltd"
  472. Audio3D_CLSID="{D8F1EEE0-F634-11CF-8700-00A0245D918B}"
  473. DevName="Sensaura Audio3D(tm) API"
  474.  
  475.